home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
dragonballz_fight.swf
/
scripts
/
DefineSprite_194
/
frame_44
/
DoAction.as
Wrap
Text File
|
2005-01-17
|
165b
|
10 lines
current_y = getProperty(this, _Y);
if(current_y < eval("/:GroundLevel"))
{
gotoAndPlay(_currentframe + 1);
}
else
{
gotoAndPlay(_currentframe + 3);
}